ExtendedPropertyName Constructor (String, Byte, PropertyType) |
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExtendedPropertyName(
string name,
byte[] guid,
PropertyType type
)
Public Sub New (
name As String,
guid As Byte(),
type As PropertyType
)
Parameters
- name
- Type: SystemString
The name. - guid
- Type: SystemByte
The unique identifier. - type
- Type: Independentsoft.MsgPropertyType
The type.
See Also